home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / ZCLASS_ADD.STX < prev    next >
Encoding:
Text File  |  2000-06-30  |  1.2 KB  |  46 lines

  1. ZClass - Add: Add a new ZClass
  2.   
  3.   Description
  4.  
  5.     This view allows you to create a new ZClass.
  6.  
  7.   Controls
  8.  
  9.     'Id' -- The id of the ZClass.
  10.  
  11.     'Title' -- The optional title of the ZClass.
  12.  
  13.     'Meta type' -- The name of the ZClass as it will appear in the
  14.     product add list.
  15.  
  16.     'Create constructor objects' -- Create the necessary objects to
  17.     construct new ZClass instances. The created constructor objects are
  18.     a Zope Permission, a Zope Factory, an add method and an add form.
  19.  
  20.       **Note: You must specify a 'Meta type' to create constructor objects**
  21.  
  22.     'Base classes' -- Base classes of the ZClass.
  23.  
  24.       To add a base class select it from the 'Unselected' list and
  25.       click the right arrow button. To remove a base class select it
  26.       from the 'Selected' list and click the left arrow button. The
  27.       names of base classes are divided into two parts separated by a
  28.       colon indicating the product name and the class name of the base
  29.       class. The order of Base classes is important.
  30.  
  31.     'Include standard Zope persistent object base classes' -- Subclass
  32.     Zope persistence classes and thereby act as a normal persistent
  33.     object.
  34.  
  35.     'Add' -- Creates the ZClass.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.